home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gTemp
- tell the stage
- cursor(0)
- end tell
- tell the stage
- cursor(4)
- end tell
- freebytesAtStart = the freeBytes
- tell the stage
- gTemp = the number of castMembers
- end tell
- total = GetStageCastSizes(1, gTemp, 0)
- now = startTimer()
- tell the stage
- preload()
- end tell
- duration = PutTime(now)
- Throughput(duration, total, 0, freebytesAtStart)
- tell the stage
- cursor(-1)
- end tell
- end
-